Skip to content

Fix: Invalid field links in error message not always behaving as expected.#1741

Merged
Foxcapades merged 2 commits into
mainfrom
bug-1738
Jun 5, 2026
Merged

Fix: Invalid field links in error message not always behaving as expected.#1741
Foxcapades merged 2 commits into
mainfrom
bug-1738

Conversation

@Foxcapades
Copy link
Copy Markdown
Contributor

When the upload form gets a validation error back, it creates links to the fields that failed validation. The links relied on ID anchors, however hashtag links do not work well with react by default. The library react-router-hash-links was developed to fill this gap, but we do not use that library, nor should we include it for the sake of one small use-case.

resolves #1738

@Foxcapades Foxcapades requested a review from aurreco-uga June 5, 2026 15:59
@Foxcapades Foxcapades self-assigned this Jun 5, 2026
@Foxcapades Foxcapades merged commit 3cc0ad8 into main Jun 5, 2026
1 check passed
@Foxcapades Foxcapades deleted the bug-1738 branch June 5, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User Dataset Upload Form: Invalid field links do not always function correctly.

2 participants